home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_217 / echo / echo.doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  60 lines

  1.                        ECHO ) 1987-9 by G. Glendown
  2.  
  3.  
  4. This program is *NOT* public domain, but may be copied and distributed on a
  5. not-for-profit  manner.   It  may be included in Fred's library.  Any other
  6. 'Library-Creators'  must ask me before including this program on their disk
  7. (I  hate to do that, but there are so many people over here in germany that
  8. make  people pay 10 Marks for some disks, half-full, and with programs they
  9. take  from  other  disks...)
  10. Send  any  bug-reports, letters of appreciation, Porsche 911 or other small
  11. gifts  to  the following address:  (and I'd really like to know what WBSize
  12. does on a NTSC Amy...)
  13.  
  14.                               Garry Glendown
  15.                              G|ldene Kammer 35
  16.                              6430 Bad Hersfeld
  17.                                West Germany
  18.  
  19. Or for the people lucky enough to get to some Bitnet or Usenet node:
  20.  
  21.                            Garry@DGIHRZ01.BITNET
  22.  
  23. Echo is a small replacement for the ADos-command echo that will do some
  24. special little goodies:
  25.  
  26. -c                  Clear the screen
  27. -e                  Delete from cursor to bottom of screen
  28. -u/d [n]            Scroll the screen up/down [n] lines
  29. -h/r [n]            Move the cursor up/down [n] lines
  30. -p [x][y]           Place cursor at postion (x,y)
  31. -s [ubip] [A] [B]   Set the text style and color. Only one style attribute
  32.                     may be changed at a time, reset of the style by -s p 1 0
  33.  
  34. Attention: all paramters must be given, e.g. '-r 1' or '-d 1'!
  35.  
  36. Any number of parameters may be given after the echo command, leading to a
  37. line like the following:
  38.  
  39. ECHO -c -sb 3 2 -p 30 2 "Aztec C" -sp 1 0 -su 2 0 -r 3 "Ready." -sp 1 0
  40.       ^   ^      ^         ^       ^        ^      ^      ^      ^
  41.       |   |      |         |       |        |      |      |    reset style
  42.       |   |      |         |       |        |      |      |    to plain,
  43.       |   |      |         |       |        |      |      |    colors to 1,0
  44.       |   |      |         |       |        |      |      |
  45.       |   |      |         |       |        |      |      print 'Ready.'
  46.       |   |      |         |       |        |      Move cursor down 3 ines
  47.       |   |      |         |       |        Set underline, color 2,0
  48.       |   |      |         |       reset style to plain, colors to 1,0
  49.       |   |      |         print 'Aztec C'
  50.       |   |      postion cursor at (30,2)
  51.       |   set style Bold , colors 3,2
  52.       clear the screen
  53.  
  54. (phew, made it.)
  55.  
  56. Get it ?
  57.  
  58.  
  59.                            Enjoy,                  Garry
  60.